File Download
Click on the download link to open or
download the document.
<%
Dim objFSO , myFile
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Set myFile = objFSO.GetFile(Server.MapPath(FilePath))
%>
Filename: <%=FileName%>
Type : <%=myFile.Type%>
Size : <%=formatnumber(myFile.Size/1024,2)%> Kb
Uploaded on: <%= DoDateTime((rs_fileinfo.Fields.Item("UploadDT").Value), 1, 2057) %>
Download Link: <%="http://www.sprep.org/roundtable/"+FilePath%>
<%
'delete our object variables
Set objFSO = Nothing
Set myFile = nothing
%>
Pdfs not downloading?
If you get a blank or incomplete page from the PDF
link, right-click the link to the PDF file and select "Save
Target As..." Then save it somewhere easy to find, such
as your desktop. You can then exit the web browser and open
the local file. This is an acknowledged incompatibility between
Adobe Acrobat and Internet Explorer.
|